home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / dev / gcc / gcc263_doc.lha / gnu / man / man1 / size.1 < prev   
Text File  |  1994-12-19  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4. size(1)               GNU Development Tools               size(1)
  5.  
  6.  
  7. NNAAMMEE
  8.        size - list section sizes and total size.
  9.  
  10.  
  11. SSYYNNOOPPSSIISS
  12.        ssiizzee   [--AA|--BB|----ffoorrmmaatt==_c_o_m_p_a_t_i_b_i_l_i_t_y] [----hheellpp]
  13.               [--dd|--oo|--xx|----rraaddiixx==_n_u_m_b_e_r] [----ttaarrggeett==_b_f_d_n_a_m_e]
  14.               [--VV|----vveerrssiioonn] _o_b_j_f_i_l_e...
  15.  
  16. DDEESSCCRRIIPPTTIIOONN
  17.        The  GNU ssiizzee utility lists the section sizes--and the to-
  18.        tal size--for each of the object files _o_b_j_f_i_l_e in its  ar-
  19.        gument  list.  By default, one line of output is generated
  20.        for each object file or each module in an archive.
  21.  
  22.  
  23. OOPPTTIIOONNSS
  24.        --AA
  25.  
  26.        --BB
  27.  
  28.        ----ffoorrmmaatt _c_o_m_p_a_t_i_b_i_l_i_t_y
  29.                Using one of these options, you can choose whether
  30.               the output from GNU ssiizzee resembles output from Sys-
  31.               tem V ssiizzee (using  `--AA',  or  `----ffoorrmmaatt==ssyyssvv'),  or
  32.               Berkeley ssiizzee (using `--BB', or `----ffoorrmmaatt==bbeerrkkeelleeyy').
  33.               The default  is  the  one-line  format  similar  to
  34.               Berkeley's.
  35.  
  36.  
  37.        ----hheellpp Show a summary of acceptable arguments and options.
  38.  
  39.  
  40.        --dd
  41.  
  42.        --oo
  43.  
  44.        --xx
  45.  
  46.        ----rraaddiixx _n_u_m_b_e_r
  47.                Using  one  of  these  options,  you  can  control
  48.               whether  the size of each section is given in deci-
  49.               mal  (`--dd',  or  `----rraaddiixx  1100');  octal  (`--oo',  or
  50.               `----rraaddiixx  88');  or  hexadecimal  (`--xx', or `----rraaddiixx
  51.               1166').  In `----rraaddiixx _n_u_m_b_e_r', only the  three  values
  52.               (8,  10,  16) are supported.  The total size is al-
  53.               ways given in two radices; decimal and  hexadecimal
  54.               for  `--dd'  or `--xx' output, or octal and hexadecimal
  55.               if you're using `--oo'.
  56.  
  57.  
  58.        ----ttaarrggeett _b_f_d_n_a_m_e
  59.                You can specify a  particular  object-code  format
  60.               for _o_b_j_f_i_l_e as _b_f_d_n_a_m_e.  This may not be necessary;
  61.  
  62.  
  63.  
  64. cygnus support           5 November 1991                        1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. size(1)               GNU Development Tools               size(1)
  71.  
  72.  
  73.               _s_i_z_e  can  automatically  recognize  many  formats.
  74.               See oobbjjdduummpp(11) for information on listing available
  75.               formats.
  76.  
  77.  
  78.        --VV
  79.  
  80.        ----vveerrssiioonn
  81.               Display version number information on ssiizzee  itself.
  82.  
  83.  
  84. SSEEEE AALLSSOO
  85.        `bbiinnuuttiillss' entry in iinnffoo; _T_h_eGNU_B_i_n_a_r_yUtilities_,
  86.         Roland H. Pesch (October 1991); aarr(11), oobbjjdduummpp(11).
  87.  
  88.  
  89. CCOOPPYYIINNGG
  90.        Copyright (c) 1991 Free Software Foundation, Inc.
  91.  
  92.        Permission  is  granted  to  make  and distribute verbatim
  93.        copies of this manual provided the  copyright  notice  and
  94.        this permission notice are preserved on all copies.
  95.  
  96.        Permission is granted to copy and distribute modified ver-
  97.        sions of this manual under  the  conditions  for  verbatim
  98.        copying,  provided  that the entire resulting derived work
  99.        is distributed under the  terms  of  a  permission  notice
  100.        identical to this one.
  101.  
  102.        Permission  is granted to copy and distribute translations
  103.        of this manual into another language, under the above con-
  104.        ditions for modified versions, except that this permission
  105.        notice may be included in  translations  approved  by  the
  106.        Free  Software  Foundation  instead of in the original En-
  107.        glish.
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130. cygnus support           5 November 1991                        2
  131.  
  132.  
  133.